home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NetNews Offline 2
/
NetNews Offline Volume 2.iso
/
news
/
de
/
comm
/
software
/
ums
/
237
< prev
next >
Wrap
Text File
|
1996-08-06
|
2KB
|
75 lines
Path: p18.f2248.n246.z2.fidonet.org!not-for-mail
From: "Stefan Hirth" <stefan@picard.unterland.de>
Newsgroups: de.comm.software.ums
Subject: Re: AMosaic-"Mailto:" mit Intui-News?
Date: Wed, 31 Jan 1996 16:49:50 +0100
Organization: eSHa Software. Nothing else.
Distribution: world
Message-ID: <62266690%stefan@picard.unterland.de>
References: <69943013@site132.ping.at> <58661069%d15b@zfn.uni-bremen.de>
Reply-To: "Stefan Hirth" <Stefan_Hirth@p18.f2248.n246.z2.fido.sub.de>
NNTP-Posting-Host: sax.lb.bawue.de
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-NewsReader: IntuiNews 1.3a (7.9.95)
Ralf Garbade schrieb am Fri, 26 Jan 1996 11:00:21 +0100 in
<58661069%d15b@zfn.uni-bremen.de>:
> RS> Wie kann ich "mailto:" in Verbindung mit AMosaic (Pre 3) und
> RS> Intui-News 1.2 nutzen? Ist es ⁿberhaupt m÷glich?
^^^^^^^^^^^^^^
> Prinzipiell schon. Man braucht sowas wie sendmail. Kann man sich selber
> mit arexx schreiben. Ich hatte sowas auch schon mal fast hin, aber da
> ich nur selten und kurz online bin, habe ich das nicht weiterentwickelt.
Folgendes war schonmal vor einiger Zeit hier zu finden...
Hoffe es hilft... allerdings nutzt es nicht IntuiNews, sondern
sumswrite. Damals hat jemand geschrieben, eine ARexx-only-L÷sung sei
eleganter, aber bei mir tut's :-)
/* sendmailums.rexx */
/* by Lothar Bartsch (lbartsch@anjou.hb.provi.de) */
/* */
/* This script uses mailto: with AMosaic and UMS */
open(mail,'T:mosaictoums','W')
addr = readln('STDIN')
writeln(mail,"ToAddr "word(addr,2))
name = translate(addr,' ','@')
writeln(mail,"ToName "word(name,2))
subject = readln('STDIN')
writeln(mail,"Subject "subword(subject,2))
comments = readln('STDIN')
/*
writeln(mail,"Comments "comments)
*/
writeln(mail,"Newsreader "substr(comments,10) )
writeln(mail,"--"'0a'x)
do until eof('STDIN')
call writeln(mail, readln('STDIN'))
end
close(mail)
/* Insert password and username here */
shell command 'ums:bin/sumswrite root pw <t:mosaictoums'
--
_
bye, _/ tefan.
Stefan Hirth
stefan@picard.unterland.de